Skip to content

Conversation

@jqhuangonearth
Copy link
Owner

Description

Testing Guide

History Notes

[Component Name 1] BREAKING CHANGE: az command a: Make some customer-facing breaking change.
[Component Name 2] az command b: Add some customer-facing feature.


This checklist is used to make sure that common guidelines for a pull request are followed.

jiasli and others added 30 commits December 22, 2020 09:53
…dancy; az sql db update: commit storage_account_type updates (#16326)

* to release branch

* added db_update fix

* remove debug print statement

* remove extra spaces
…connection-string' (#16187)

* add doc

* add extension

* add extension
…nd management (#16193)

* support data box edge device and management

* help

* pylint

* resource type and client factory

* regenerate

* pylint

* refine sku param

* refine status enums
…icy and add update cmdlet for synapse workspace firewall rule (#16241)
* src/azure-cli-core/azure/cli/core/telemetry.py

* remove trace stack property in Telemetry
* [ACR] bump api version. Use draft sdk. support zone redundancy

* changes used to generate docker build

* remove whl file, use new preview sdk, add support for network bypass

* [ACR] bump api version. Use draft sdk. support zone redundancy

* update test recordings except those depending on network rules

* Remove bypass option and re-record tests

* style fixes

* Upload recording files

* Use latest api version for scope maps. re-record tests

* re-record missing/deleted recordings and fix system assigned identity remove issue

* add test acr image import recording

Co-authored-by: Tosin Adewale <[email protected]>
Co-authored-by: AzurePipelines <AzurePipelines>
* Use non-strict json parsing to allow multiline strings in ARM templates

* Add tests

* Fix flake8 errors

* Updated recording file
…icate ASP in diff location (#16143)

* Better error handling when trying to create ASP that exists in different location

* Stopped using CLIError
Juliehzl and others added 29 commits January 11, 2021 21:19
…16243)

* [Compute] vm extension set: New parameter --enable-automatic-upgrade

* fix linter

* vmss, rename, type, test

* update help

* fix style

* rename

* help

* fix conflict; help
* {Doc} Track 2 Migration Guidance

* Update doc/track_2_migration_guidance.md

Co-authored-by: Jiashuo Li <[email protected]>

* Update doc/track_2_migration_guidance.md

Co-authored-by: Jiashuo Li <[email protected]>
…oid closing terminal before it even started on linux

The backend sends an empty webSocket message after establishing an connection. The removed lines of code interpreted that as an EOL which exits the webSocket read loop.
As the Windows code doesn't do that as well, I removed it here as well now.
The terminal gets closed after the webSocket closes anyway.

Fixes: #15856
… --version prohibited (#16446)

* Bug fix

* rerecord test_template_spec_create_and_update

* test updated

Co-authored-by: Dania Etienne <[email protected]>
* config log

* use common function

* refine
* Added --tags parameters to iot hub create and update

* Add --tags help examples to hub create and update

* Test updates

Modified identity hub test to use random resource name and updated test recording

Co-authored-by: Ryan Kelly <[email protected]>
* validate with list-skus info

* style fixed

* validate with list-skus info

* style fixed

* move validators to command body to speed up

* test code for validator and restored mgmt testcode

* minor fix

* flexible mgmt mysql test

* new test recording files

* deleting arguments and recording files modified

* style fixed, location changed, linter fixed

* Adding az {} flexible-server connect capability

* Styling and linter fixes

* firewall rule name generation and end-ip-address rule changed

* style fixed

* restore removed sterling test

* Fixing tests for renaming of parameters

* post public preview changes

* remove point in time param name change

* Fixing linter/style issues and connect libraries in setup.py

* Removing connect capability due to package issue

* Removing connect packages from windows.txt

* Minor fixes for description

* flexible server tests and new recording files

* adding create test with different tiers and sku

* style issue fixed

* Trigger pipeline

* Trigger pipeline

* fix delete func

* logging exception to error

* local context test updated

* fix for CI test

* style fixed

* comments resolved and moved local context test to another file for pipeline live testing

* added copyright

* trigger pipeline

Co-authored-by: Mollee Jain <[email protected]>
Co-authored-by: Aritra De <[email protected]>
Co-authored-by: arde0708 <[email protected]>
Co-authored-by: Mollee Jain <[email protected]>
* Adding validation support for source/target pairs and adding support for mysql and pg project creation

* Merged MySql, PG with the new SDK as well as the existing SQL code

* Fixed pylint,flake8, and tests

* Added cutover

* Making sure that the names are proper

* Set the task type to defaults and updated help docs

* Addressing PR comments to change capitalization in help

* Updating CODEOWNERS

* Updating owners to add Binu
…ntime version with a space in the name (#16528)

* Dont allow using space as delimiter

* Use 2020-06-01 apiversion, allow space as delimiter if runtime doesn't already contain spaces

* Added test, reverted MGMT_RESOURCE_RESOURCES version to 2020-06-01 for test to succeed

* Add examples

* Change back api version

* Remove space as a delimiter

* Change example to use a cheaper SKUto avoid customer sticker shock
… it is removed (#16542)

* remove suppression

* fix style
* update azure-cli version to 2.18.0

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

* Update src/azure-cli/HISTORY.rst

* Apply suggestions from code review

Co-authored-by: Xing Zhou <[email protected]>
Co-authored-by: Jiashuo Li <[email protected]>

* Apply suggestions from code review

Co-authored-by: Feng Zhou <[email protected]>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Xing Zhou <[email protected]>

Co-authored-by: Feiyue Yu <[email protected]>
Co-authored-by: Yishi Wang <[email protected]>
Co-authored-by: Houk <[email protected]>
Co-authored-by: Xing Zhou <[email protected]>
Co-authored-by: Jiashuo Li <[email protected]>
Co-authored-by: Feng Zhou <[email protected]>
* add managed hsm regex

* Update custom.py

* Update custom.py

* Update custom.py

* Update custom.py

* fix style

* fix rdbms style

Co-authored-by: Yueren Wang <[email protected]>
Co-authored-by: Zunli Hu <[email protected]>
… adding JSON objects as feature filter parameter values (#16536)

* Support JSON filter parameter values

* Modify command help messages

* Error out if filter param name is empty
* ASE v3 base changes

* Code optimization

* Additional check for empty subnet

* Help, test and param changes

* Remove debug info and fix style

* Align with new Error guidelines

* Restructure to isolate private endpoint logic

* Update src/azure-cli/azure/cli/command_modules/appservice/_help.py

Co-authored-by: Feiyue Yu <[email protected]>

* Add service delegation

Co-authored-by: Feiyue Yu <[email protected]>
@jqhuangonearth jqhuangonearth merged commit 38d450c into jqhuangonearth:dev Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.